adTempus API
PreviousUpNext
IJobAgentJoin::TotalTime Property

Gets the total elapsed time (in seconds) for all instances of the job.

C++
__property long* TotalTime;
C#
long* TotalTime;
Visual Basic
Property TotalTime() As long*
Default Value

0

This value gives the total elapsed time for the job, as opposed to the CPU time, which can be calculated by adding the KernelModeTime and UserModeTime

The elapsed time for an instance is ExecutionStart-ExecutionFinish. The TotalTime is the sum of the elapsed time for all instances. 

This value includes all instances of the job, including those whose ExecutionHistoryItems have been purged.

adTempus API Reference version 3.0.0.0, revised 10/30/2008